home *** CD-ROM | disk | FTP | other *** search
/ autoKOLEKCIJA 2005 April / My Disc.iso / automobiliai / Unit2.~h < prev    next >
Encoding:
Text File  |  2004-02-26  |  1.0 KB  |  30 lines

  1. //---------------------------------------------------------------------------
  2.  
  3. #ifndef Unit2H
  4. #define Unit2H
  5. //---------------------------------------------------------------------------
  6. #include <Classes.hpp>
  7. #include <Controls.hpp>
  8. #include <StdCtrls.hpp>
  9. #include <Forms.hpp>
  10. #include <ExtCtrls.hpp>
  11. #include <jpeg.hpp>
  12. //---------------------------------------------------------------------------
  13. class TForm2 : public TForm
  14. {
  15. __published:    // IDE-managed Components
  16.         TImage *Image1;
  17.         TButton *Button1;
  18.         TButton *Button2;
  19.         void __fastcall Button1Click(TObject *Sender);
  20.         void __fastcall Button2Click(TObject *Sender);
  21.         void __fastcall Image1Click(TObject *Sender);
  22. private:    // User declarations
  23. public:        // User declarations
  24.         __fastcall TForm2(TComponent* Owner);
  25. };
  26. //---------------------------------------------------------------------------
  27. extern PACKAGE TForm2 *Form2;
  28. //---------------------------------------------------------------------------
  29. #endif
  30.